Call-Level Interface - meaning and definition. What is Call-Level Interface
Diclib.com
Online Dictionary

What (who) is Call-Level Interface - definition

APIT AND SOFTWARE STANDARD
Call-Level Interface

Call-Level Interface         
<database, standard> (SQL/CLI) A programming interface designed to support SQL access to databases from shrink-wrapped application programs. CLI was originally created by a subcommittee of the {SQL Access Group} (SAG). The SAG/CLI specification was published as the Microsoft Open DataBase Connectivity (ODBC) specification in 1992. In 1993, SAG submitted the CLI to the ANSI and ISO SQL committees. SQL/CLI provides an international standard implementation-independent CLI to access SQL databases. Client-server tools can easily access databases through dynamic link libraries. It supports and encourages a rich set of client-server tools. SQL/CLI is an addendum to 1992 SQL standard (SQL-92). It was completed as ISO standard ISO/IEC 9075-3:1995 Information technology -- Database languages -- SQL -- Part 3: Call-Level Interface (SQL/CLI). The current SQL/CLI effort is adding support for SQL3. http://jcc.com/sql_cli.html. (1996-10-27)
Interface (computing)         
  • USB]]-B socket.
CONCEPT OF COMPUTER SCIENCE; POINT OF INTERACTION BETWEEN TWO THINGS
Interfaces (computer science); Interface pattern; Interface (programming); Computer interface; Subinterface; Software Interface; Software interface; Interface Pattern; Interface (software); Interface (Software); Interface (computer science); Function call interface
In computing, an interface is a shared boundary across which two or more separate components of a computer system exchange information. The exchange can be between software, computer hardware, peripheral devices, humans, and combinations of these.
call sign         
  • Department of Commerce callbook, 1919
  • WWV]], indicating its early location in the U.S. state of [[Maryland]]
UNIQUE DESIGNATION FOR A TRANSMITTING STATION
Television call sign; Call letters; Radio call sign; Call signs; Callsign (radio); Call Letters; Amateur call letters; Call letter; Australian callsigns; W (call sign); Ham prefix; Broadcast call sign; Call Sign; Callsigns; Call-sign; International call sign; International call signs; Call signal; International callsign; Call name (call letters); Callsign
Sequence of letters and numbers, unique to each ship, that identify the ship.

Wikipedia

Call Level Interface

The Call Level Interface (CLI) is an application programming interface (API) and software standard to embed Structured Query Language (SQL) code in a host program as defined in a joint standard by the International Organization for Standardization (ISO) and International Electrotechnical Commission (IEC): ISO/IEC 9075-3:2003. The Call Level Interface defines how a program should send SQL queries to the database management system (DBMS) and how the returned recordsets should be handled by the application in a consistent way. Developed in the early 1990s, the API was defined only for the programming languages C and COBOL.

The interface is part of what The Open Group, publishes in a part of the X/Open Portability Guide, termed the Common Application Environment, which is intended to be a wide standard for programming open applications, i.e., applications from different programming teams and different vendors that can interoperate efficiently. SQL/CLI provides an international standard implementation-independent CLI to access SQL databases. Client–server tools can easily access databases through dynamic-link libraries (DLL). It supports and encourages a rich set of client–server tools.

The most widespread use of the CLI standard is the basis of the Open Database Connectivity (ODBC) specification, which is widely used to allow applications to transparently access database systems from different vendors. The current version of the API, ODBC 3.52, incorporates features from both the ISO and X/Open standards. Examples of languages that support Call Level Interface are ANSI C, C#, Visual Basic .NET (VB.NET), Java, Pascal, and Fortran.